const nhooyr.io/websocket.opClose
7 uses
nhooyr.io/websocket (current package)
close.go#L157: writeErr := c.writeControl(context.Background(), opClose, p)
frame.go#L30: opClose
read.go#L191: case opClose, opPing, opPong:
read.go#L195: if h.opcode == opClose && CloseStatus(err) != -1 {
stringer.go#L14: _ = x[opClose-8]
write.go#L260: if wroteClose && opcode != opClose {
write.go#L328: if opcode == opClose {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |